const time.marchThruDecember
6 uses
time (current package)
time.go#L543: marchThruDecember = 31 + 30 + 31 + 30 + 31 + 31 + 30 + 31 + 30 + 31
time.go#L557: absoluteToInternal int64 = -(absoluteYears*365.2425 + marchThruDecember) * secondsPerDay
time.go#L704: if ayday >= marchThruDecember {
time.go#L1932: return uint64(t.absSec() - marchThruDecember*secondsPerDay)
time.go#L1937: return absSeconds(abs + marchThruDecember*secondsPerDay).clock()
time.go#L1942: d := absSeconds(abs + marchThruDecember*secondsPerDay).days()
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |